.middle-container-wrapper {
    background: url("../img/index/beijing.png") no-repeat;
    background-position: center bottom;
}

.main-swiper-container {
    width: 1200px;
    height: 410px;
}

.main-swiper-container img {
    width: 100%;
    height: 410px;
    object-fit: cover;
    object-position: center;
}

.notice {
    width: 100%;
    height: 44px;
    margin-top: 15px;
    display: flex;
    background-color: #fff;
    /*border: 1px solid #e7e7e7;*/
}

.notice .notice-left {
    display: flex;
    align-items: center;
    flex: 0 0 80px;
}

.notice .notice-left img {
    margin: 0 6px 0 16px;
}

.notice .notice-right {
    width: calc(100% - 90px);
    display: flex;
}

.scroll-text {
    margin: 11px 15px 11px 15px;
    flex: 1;
    overflow: hidden;
}

.scroll-text ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.scroll-text ul li {
    width: 32%;
}

.scroll-text ul li a {
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    color: #333333;
}

.scroll-text ul li.new > div::after {
    content: '';
    height: 10px;
    width: 19px;
    flex: 0 0 19px;
    display: block;
    background: url("../img/index/new.png") no-repeat;
}

.scroll-btn span {
    margin-right: 5px;
    cursor: pointer;
}

.uppper-container {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.swiper-button-next, .swiper-button-prev {
    top: 35%;
    opacity: 0;
    transition: .5s opacity;
}

.main-left-swiper:hover .swiper-button-next, .main-left-swiper:hover .swiper-button-prev {
    opacity: 1;
    transition: .5s opacity;
}

.news-content-swiper {
    position: relative;
}

.news-content-swiper .main-left .main-left-swiper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.news-content-swiper .main-left .main-left-swiper .img-content {
    height: 300px;
}

.news-content-swiper .main-left .main-left-swiper img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    object-position: center;
}

.main-left-swiper:hover .swiper-button-next, .main-left-swiper:hover .swiper-button-prev {
    opacity: 1;
    transition: .5s opacity;
}

.news-content-swiper .main-left .title-block {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.news-content-swiper .main-left .title-block .title {
    padding-right: 10px;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content-swiper .main-left .title-block .title-date {
    color: #D61E41;
    font-size: 14px;
}

.news-content-swiper .main-img-detail {
    color: #808080;
}

.news-content-swiper .main-left p {
    line-height: 20px;
    max-height: 60px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-header {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: bold;
    font-size: 19px;
    padding-top: 7px;
}

.main-header-line {
    height: 44px;
}

.main-header .icon {
    padding-left: 38px;
}

.module-bg {
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 19px;
    border-bottom: 2px solid #961616;
}

.module-bg .title {
    color: #941727;
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    font-weight: bold;
}

.module-bg h3 {
    top: 0;
    left: 0;
    font-size: 16px;
    height: 18px;
    line-height: 18px;
    border-left: 9px solid #bd0d0a;
    padding: 0 0 0 10px;
    margin: 5px 0 0 0;
    color: #bd0d0a;
}

.module-bg a {
    font-size: 14px;
    color: #656565;
}

.main-header .icon.info {
    background: url(../img/index/info.png) no-repeat 5px center;
    letter-spacing: 2px;
    color: #1D355D;
    font-size: 20px;
}

.main-header .icon.bulletin {
    background: url(../img/index/bulletin.png) no-repeat 5px center;
    letter-spacing: 2px;
    color: #1D355D;
    font-size: 20px;
}

.main-header .icon.news {
    background: url(../img/index/news.png) no-repeat 5px center;
    letter-spacing: 2px;
    color: #1D355D;
    font-size: 20px;
}

.main-header .icon.nvg {
    background: url(../img/index/nvg.png) no-repeat 5px center;
    letter-spacing: 2px;
    color: #1D355D;
    font-size: 20px;
}

.main-header .more a {
    color: #858585;
    font-size: 14px;
}

.main-content {
    width: 100%;
    margin: 10px 0;
}

.main-content-title li {
    line-height: 31px;
    height: 35px;
    display: flex;
    align-items: center;
    border-bottom: 2px dashed #efefef;
    justify-content: center;
}

.main-content-title li a:hover {
    /*text-decoration: underline;*/
}

.main-content-title li a {
    flex: 1;
    padding: 0 10px 0 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}

.main-content-title li::before {
    content: ".";
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 6px;
}

.main-content .main-content-title li .title-sticky::before {
    content: '\300e\7f6e\9876\300f';
    display: inline-block;
    color: #B61E2D;
    margin-left: -8px;
    padding-right: 0;
}

.news-with-date {
    border-bottom: 1px dotted #dbd4cd;
    /*overflow: hidden;*/
    /*padding: 0 0 10px;*/
    /*margin-bottom: 18px;*/
    margin-left: 0px;
    margin-right: 0px;
    height: 72px !important;
    border-bottom: unset !important;
}

.news-with-date::before {
    content: unset !important;
}

.news-with-date .left {
    padding-left: 0;
    float: left;
    width: 70px;
}

.news-with-date .date {
    width: 100%;
    text-align: center;
    background: url(../img/index/date_bg.png) no-repeat center top;
}

.news-with-date .date li {
    border-bottom: unset;
    height: 23px !important;
}

.news-with-date .date li:first-child {
    font-size: 26px;
    height: 42px !important;
    line-height: 42px;
    font-weight: bold;
}

.news-with-date .title {
    width: calc(100% - 80px);
    float: left;
    padding-left: 10px;
}

.news-with-date .card1 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-with-date .card2 {
    padding-top: 2px;
    color: #999999;
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
    line-height: 20px;
}

.news-with-date li::before {
    content: unset;
}

.uppper-main-1 {
    width: 100%;
    /*margin-bottom: 20px;*/
}

.uppper-main-1 .main-left {
    width: 38%;
    float: left;
}

.uppper-main-1 .main-left .title-block {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.uppper-main-1 .main-left .title-block .title {
    padding-right: 10px;
    font-weight: bold;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.uppper-main-1 .main-left .title-block .title-date {
    color: #D61E41;
    font-size: 14px;
}

.uppper-main-1 .main-img-detail {
    color: #808080;
}

.uppper-main-1 .img-content {
    height: 250px;
}

.uppper-main-1 #newsSwiper img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

#newsSwiper .swiper-button-next, #newsSwiper .swiper-button-prev {
    top: 40%;
    opacity: 0;
    transition: .5s opacity;
}

#newsSwiper:hover .swiper-button-next, #newsSwiper:hover .swiper-button-prev {
    opacity: 1;
    transition: .5s opacity;
}

#newsSwiper .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
}

#newsSwiper .swiper-pagination-bullet-active {
    color: #fff;
    background: #941727;
}

.uppper-main-1 .main-left p {
    line-height: 20px;
    max-height: 60px;
    font-size: 14px;
    overflow: hidden;
    padding-top: 0;
    color: #999999;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 40px;
}

.uppper-main-1 .main-right {
    width: 59.5%;
    float: left;
    padding-left: 2%;
}

.uppper-main-1 .main-content-title li:nth-child(1)::before {
    content: url(../img/index/1.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(2)::before {
    content: url(../img/index/2.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(3)::before {
    content: url(../img/index/3.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(4)::before {
    content: url(../img/index/4.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(5)::before {
    content: url(../img/index/5.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(6)::before {
    content: url(../img/index/6.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(7)::before {
    content: url(../img/index/7.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(8)::before {
    content: url(../img/index/8.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(9)::before {
    content: url(../img/index/9.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-1 .main-content-title li:nth-child(10)::before {
    content: url(../img/index/10.png);
    display: inline-block;
    padding-right: 10px;
    margin-bottom: 0;
    padding-top: 10px;
}

.uppper-main-2 {
    width: 31%;
    margin-top: 11px;
    /*padding: 0 1% 4px;*/
    /*background: #fff;*/
    border-top-width: 0;
    /*border: 1px solid #e7e7e7;*/
}

.uppper-main-2 .main-content img {
    width: 100%;
    /*height: 136px;*/
    object-fit: cover;
    object-position: center;
}

/*.uppper-main-2 .main-content-title li a {
    color: #333333;
    width: 100%;
    padding-left: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}*/

.uppper-main-2 .first-news {
    display: flex;
    margin-bottom: 4px;
}

.uppper-main-2 .list-content {
    /*padding-left: 4px;*/
}

.uppper-main-3 {
    width: 31%;
    margin-top: 11px;
    padding: 0 1% 4px;
    background: #fff;
    border-top-width: 0;
    /*border: 1px solid #e7e7e7;*/
}

.uppper-main-3 .list-content {
    /*padding-left: 4px;*/
}

.uppper-main-3 .first-news {
    display: flex;
    margin-bottom: 4px;
}

.first-news .position-relative {
    position: relative;
}

.first-news .boxs {
    overflow: hidden;
    height: 182px;
    width: 100%;
}

.first-news .boxs img {
    display: block;
    width: 100%;
    transition: all 0.3s ease-out 0s;
}

.first-news .boxs img:hover {
    transform: scale(1.1, 1.1);
}

.first-news .titleboxs {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(40, 40, 40, .67);
    width: 92.5%;
    padding: 15px;
    color: #fff;
}

.first-news .card1 {
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.first-news .boxs .topboxs .title {
    padding-right: 80px;
    display: block;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.first-news .boxs .topboxs .date {
    position: absolute;
    right: 0;
    top: 2px;
}

.news-content {
    width: calc(100% - 181px);
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-content .title {
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-content p {
    line-height: 19px;
    max-height: 60px;
    overflow: hidden;
    margin-top: 5px;
    color: #666666;
    font-size: 14px;
    color: #808080;
}

.uppper-main-3 .list-mark {
    background-color: #3285FF;
}

/*
.uppper-main-3 .main-content-title li a {
    color: #333333;
    flex: 1;
    padding: 0 10px 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
*/

.uppper-main-4 {
    width: 31%;
    margin-top: 11px;
    padding: 0 1% 4px;
    background: #fff;
    border-top-width: 0;
    /*border: 1px solid #e7e7e7;*/
}

.uppper-main-4 .main-header {
    justify-content: flex-start;
}

.main-header .header-title {
    padding-left: 8px;
    letter-spacing: 2px;
    color: #1D355D;
    font-size: 20px;
}

.custom-icon {
    width: 19px;
    display: flex;
    justify-content: space-between;
}

.custom-icon::before {
    content: "";
    background-color: #FF5315;
    width: 11px;
    height: 26px;
}

.custom-icon::after {
    content: "";
    width: 4px;
    height: 26px;
    background-color: #FF5315;
}

.link-block {
    width: 100%;
    height: 59px;
    margin: 5px 0;
    justify-content: flex-start;
}

.uppper-main-4 .link-block:first-of-type {
    margin: 5px 0 5px;
}

.link-block img {
    max-width: 25px;
    padding-left: 42px;
}

.link-block span {
    padding: 0 10px 0 20px;
    color: #FFFFFF;
}

.uppper-main-5 {
    /*width: 98%;*/
    margin-top: 11px;
    background: #fff;
    border-top-width: 0;
    /*padding: 0 1%;*/
    /*border: 1px solid #e7e7e7;*/
    padding-bottom: 10px;
}

.uppper-main-5 .main-header {
    padding-left: 1%;
    justify-content: flex-start;
}

.uppper-main-5 .custom-icon::before, .uppper-main-5 .custom-icon::after {
    /*background-color: #4D78EB;*/
}

.uppper-main-5 .table-container {
    width: 100%;
    overflow-x: auto;
    margin-top: 10px;
}

.uppper-main-5 .table-container::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 1px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 6px;
}

.uppper-main-5 .table-container::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    background-color: #e1e1e1;
    background-image: -webkit-linear-gradient(
            45deg,
            rgba(255, 255, 255, 0.2) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.2) 75%,
            transparent 75%,
            transparent
    );
}

.uppper-main-5 .table-container::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
}

.uppper-main-5 table {
    width: 100%;
    border-spacing: 0;
    border-top: 1px solid #e7e7e7;
    border-collapse: collapse
}

.uppper-main-5 th, .uppper-main-5 td {
    color: #333333;
    border: 1px solid #e7e7e7;
    text-align: left;
    padding: 5px 7px;
    font-size: 16px;
}


.uppper-main-5 th {
    padding: 9px 7px;
}

.uppper-main-5 .table-content:hover {
    background-color: #f8f8f8;
}

.uppper-main-5 th {
    font-weight: bold;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination div {
    border: 1px solid #E1E1E1;
    cursor: pointer;
    color: #999;
    height: 26px;
    line-height: 26px;
    border-radius: 5px;
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    margin: 5px 3px;
}

.pagination .pagination--select {
    min-width: 50px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.pagination .num-list {
    z-index: 9999;
    position: absolute;
    border: 1px solid #ccc;
    height: 123px;
    overflow-y: auto;
    overflow-x: hidden;
    top: -125px;
    background-color: #fff;
    display: inline;
    left: -1px;
    min-width: 50px;
    width: calc(100% - 10px);
    margin: 0;
}

.pagination .num-list ul {
    margin-left: 0;
    padding-bottom: 0;
}

.pagination .num-list ul li {
    border: 0;
    padding: 4px 0px;
    color: #999;
    width: 34px;
    margin-left: 0px;
    text-align: center;
    height: 20px;
}

.banner img {
    width: 100%;
    height: 120px;
    padding-top: 11px;
    object-fit: cover;
    object-position: center;
}

.bottom-container {
    padding-top: 11px;
    display: flex;
    justify-content: space-between;
}

.bottom-container .main-left {
    width: 66%;
    height: 100%;
    padding: 0 1%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    /*border: 1px solid #e7e7e7;*/
}

.bottom-container .main-right {
    width: 29%;
    height: 100%;
    padding: 0 1%;
    background: #fff;
    /*border: 1px solid #e7e7e7;*/
}

.bottom-container .main-left .field {
    width: 48.3%;
    padding-top: 10px;
}

.bottom-container .main-right .field {
    width: 100%;
    padding-top: 10px;
}

.field .field-main a .flex > img {
    width: 60%;
    height: 128px;
    object-fit: cover;
    object-position: 50%;
}


.bottom-container-2 {
    padding-top: 11px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.link-box {
    padding-top: 5px;
}

.link-box li {
    width: 16.6666666666666%;
}

.link-box li {
    /*padding: 0 10px;*/
    float: left;
    display: block;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
}

.link-box li a {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 20px 10px;
    min-height: 60px;
    width: 88%;
    background-color: #7e0001;
}

.link-box li a:hover {
    color: #fff !important;
}

.link-box li i {
    display: block;
    margin: 10px auto;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    font-size: 40px;
}

.link-box li img {
    height: 29px;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.link-box li:hover img {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.bottom-container-2 .picture-mian {
    /*padding: 5px 1% 0;*/
    overflow: hidden;
    /*border: 1px solid #e7e7e7;*/
    /*background: #fff;*/
}

.bottom-container-2 .picture-mian .scroll-container {
    width: 100%;
    margin: 15px 0;
    overflow: hidden;
}

.bottom-container-2 .picture-mian .scroll-container ul {
    display: flex;
}

.bottom-container-2 .picture-mian .scroll-container ul li {
    display: flex;
    flex-direction: column;
}

.bottom-container-2 .picture-mian .scroll-container ul li + li {
    margin-left: 16px;
}

.bottom-container-2 .picture-mian .scroll-container ul li img {
    width: 230px;
    height: 170px;
    object-fit: cover;
    object-position: center;
}

.bottom-container-2 .picture-mian .scroll-container ul li span {
    width: 230px;
    line-height: 25px;
    text-align: center;
}

.float-pop {
    width: 180px;
    position: absolute;
    top: 25px;
    right: 10px;
    border: 3px solid #B61E2D;
    border-top: none;
    z-index: 3;
    transition: .3s width;
}

.float-pop .pop-title {
    width: 100%;
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #B61E2D;
}

.float-pop .pop-title h4 {
    padding-left: 12px;
    color: #FFFFFF;
}

.float-pop .pop-btn {
    margin-right: 3px;
}

.float-pop .pop-btn .stretch {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.float-pop .pop-btn .close {
    width: 14px;
    height: 14px;
    cursor: pointer;
    margin-left: 8px;
}

.float-pop .pop-content .pop-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #FFF;
    border-bottom: 1px solid #B61E2D;
    padding: 5px;
}

.float-pop .pop-content .pop-item * {
    margin-bottom: 5px;
}

.float-pop .pop-content .pop-item :last-child {
    margin-bottom: 0;
}

.float-pop .pop-content .pop-item p, .float-pop .pop-content .pop-item h4 {
    color: #AC001C;
    font-weight: bold;
    line-height: 20px;
}

.float-pop .pop-content .pop-item img {
    width: 150px;
    height: 150px;
}

.float-pop .pop-content .info p {
    color: #333333;
    font-weight: normal;
    word-break: break-all;
    padding: 5px 10px;
}

.float-pop.narrow {
    width: 24px;
    right: 0;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
    transition: .3s width;
}

.float-pop.narrow .pop-title {
    position: relative;
    height: 120px;
}

.float-pop.narrow .pop-title h4 {
    padding: 20px 5px 5px 5px;
}

.float-pop.narrow .pop-btn {
    position: absolute;
    top: 7px;
    right: 2px;
    margin-right: 0;
}

@media (max-width: 1240px) {
    .main-swiper-container, .main-swiper-container img {
        height: 200px;
    }
}

@media (max-width: 1024px) {
    .main-swiper-container {
        margin-top: 55px;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 170px;
    }

    .uppper-main-2 {
        width: 48%;
        /*padding: 0 1% 4px;*/
    }

    .bottom-container-2 .picture-mian {
        /*padding: 5px 1% 0;*/
    }

    .uppper-main-3 {
        width: 48%;
        margin-right: 0;
    }

    .uppper-main-4 {
        width: 100%;
    }
}

@media (max-width: 960px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 150px;
    }

    .scroll-text ul li {
        width: 48%;
    }
}

@media (max-width: 768px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 130px;
    }

    .uppper-main-5 th, .uppper-main-5 td {
        white-space: nowrap;
        -webkit-text-size-adjust: none;
    }

    .bottom-container {
        flex-wrap: wrap;
    }

    .bottom-container .main-left {
        width: 100%;
    }

    .bottom-container .main-right {
        width: 96%;
        margin-top: 11px;
        padding: 0;
        border: none;
        background: none;
    }

    .bottom-container .main-right .field {
        padding: 4px 2% 0;
        background: #fff;
    }

    .bottom-container .main-right .field + .field {
        margin-top: 18px;
    }
}

@media (max-width: 640px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 120px;
    }

    .uppper-main-2, .uppper-main-3 {
        width: 100%;
        /*padding: 0 2% 7px;*/
        margin-right: 0;
    }

    /*.uppper-main-2 .main-content img, .field .field-main a > img {
        height: 140px;
    }*/
    .scroll-text ul li {
        width: 100%;
    }

    .banner img {
        height: 50px;
    }

    .main-header .custom-icon {
        margin-left: 6px;
    }
}

@media (max-width: 550px) {
    .main-swiper-container {
        width: 100%;
    }

    .main-swiper-container, .main-swiper-container img {
        height: 80px;
    }

    .uppper-main-1 {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
        background: none;
        border: 0;
    }

    .uppper-main-1 .main-left {
        width: 100%;
    }

    .uppper-main-1 .main-right {
        width: 96%;
        padding-left: 0;
        padding-top: 10px;
    }

    .bottom-container .main-left {
        width: 100%;
        padding: 0;
        border: none;
    }

    .bottom-container .main-left .field {
        width: 96%;
        padding: 4px 2% 0;
    }

    .bottom-container .main-left .field + .field {
        margin-top: 18px;
    }

    .uppper-main-5 .table-container::-webkit-scrollbar {
        /*滚动条整体样式*/
        width: 1px; /*高宽分别对应横竖滚动条的尺寸*/
        height: 2px;
    }

    .uppper-main-5 .table-container::-webkit-scrollbar-thumb {
        /*滚动条里面小方块*/
        background-color: skyblue;
        background-image: -webkit-linear-gradient(
                45deg,
                rgba(255, 255, 255, 0.2) 25%,
                transparent 25%,
                transparent 50%,
                rgba(255, 255, 255, 0.2) 50%,
                rgba(255, 255, 255, 0.2) 75%,
                transparent 75%,
                transparent
        );
    }

    .uppper-main-5 .table-container::-webkit-scrollbar-track {
        /*滚动条里面轨道*/
        box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.2);
        background: #ededed;
    }

    .main-header .more a {
        margin-right: 5px;
    }

}

@media (max-width: 999px) and (min-width: 500px) {
    .link-box li {
        width: 33.3%;
    }
}

@media (max-width: 499px) {
    .link-box li {
        width: 50%;
    }
}